| Filename | (eval 1078)[/usr/share/perl5/YAML/Base.pm:73] |
| Statements | Executed 641 statements in 1.59ms |
| Eval Invoked At | /usr/share/perl5/YAML/Base.pm line 73 |
| Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 288 | 5 | 1 | 1.39ms | 1.39ms | YAML::Base::__ANON__[:7] |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | # spent 1.39ms within YAML::Base::__ANON__[(eval 1078)[/usr/share/perl5/YAML/Base.pm:73]:7] which was called 288 times, avg 5µs/call:
# 96 times (290µs+0s) by YAML::Loader::_parse_throwaway_comments at line 612 of YAML/Loader.pm, avg 3µs/call
# 64 times (346µs+0s) by YAML::Loader::_parse_throwaway_comments at line 608 of YAML/Loader.pm, avg 5µs/call
# 64 times (328µs+0s) by YAML::Loader::_parse_throwaway_comments at line 611 of YAML/Loader.pm, avg 5µs/call
# 32 times (318µs+0s) by YAML::Loader::_parse at line 43 of YAML/Loader.pm, avg 10µs/call
# 32 times (106µs+0s) by YAML::Loader::_parse_throwaway_comments at line 614 of YAML/Loader.pm, avg 3µs/call | ||||
| 2 | 288 | 268µs | $_[0]->{lines} = [] | ||
| 3 | unless exists $_[0]->{lines}; | ||||
| 4 | 288 | 1.11ms | return $_[0]->{lines} unless $#_ > 0; | ||
| 5 | 32 | 47µs | $_[0]->{lines} = $_[1]; | ||
| 6 | 32 | 160µs | return $_[0]->{lines}; | ||
| 7 | } | ||||
| 8 | |||||
| 9 | 1 | 5µs | ; |